home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 38
/
Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso
/
Aminet
/
dev
/
c
/
CLib-SDI.lha
/
CLib-SDI
/
include2
/
proto
/
exec.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-25
|
338 b
|
22 lines
#ifndef _PROTO_EXEC_H
#define _PROTO_EXEC_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_EXEC_PROTOS_H
#include <clib/exec_protos.h>
#endif
#ifdef __GNUC__
#include <inline/exec.h>
#else
#include <pragma/exec_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct ExecBase *SysBase;
#endif
#endif /* _PROTO_EXEC_H */